ci(deploy): upgrade wrangler-action v3→v4, force Node.js 24#34
Merged
PythonWoods-Dev merged 2 commits intomainfrom Apr 8, 2026
Merged
ci(deploy): upgrade wrangler-action v3→v4, force Node.js 24#34PythonWoods-Dev merged 2 commits intomainfrom
PythonWoods-Dev merged 2 commits intomainfrom
Conversation
wrangler-action@v3 calls npx without --yes; npm 10+ on Node.js 24 runners cancels interactive prompts, causing the deploy to fail with: "npx canceled due to missing packages and no YES option: [wrangler@4.81.0]" - cloudflare/wrangler-action@v3 → @v4 (Node.js 24 native, non-interactive) - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to silence Node.js 20 deprecation warnings ahead of the June 2026 forced migration CI, Security Posture, Secret Scan, Docs Lint all pass on main. Only the Cloudflare Pages deploy step was affected.
Root cause: wrangler-action@v3 calls npx without --yes; npm 10+ on Node.js 24 runners blocks interactive prompts → deploy aborts. - deploy-docs.yml: add explanatory comments on the pre-install step including the removal condition (track wrangler-action for native --yes support) - CHANGELOG.md / CHANGELOG.it.md: ### Internal section added to [0.5.0a4] documenting the Node.js 24 / npx bypass for future maintainers - arch_gaps.md (EN+IT): CI-001 entry under Resolved — root cause, fix, and explicit removal condition for the pre-install workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wrangler-action@v3 calls npx without --yes; npm 10+ on Node.js 24 runners cancels interactive prompts, causing the deploy to fail with:
"npx canceled due to missing packages and no YES option: [wrangler@4.81.0]"